InstallabilityError

data class InstallabilityError(errorId: String, errorArguments: List<InstallabilityErrorArgument>)

The installability error

Constructors

InstallabilityError
Link copied to clipboard
fun InstallabilityError(errorId: String, errorArguments: List<InstallabilityErrorArgument>)

Properties

errorArguments
Link copied to clipboard
val errorArguments: List<InstallabilityErrorArgument>
The list of error arguments (e.g.
errorId
Link copied to clipboard
val errorId: String
The error id (e.g.

Sources

jvm source
Link copied to clipboard